pow.webserver
Class Md5

java.lang.Object
  extended by pow.webserver.Md5

public class Md5
extends java.lang.Object

tool class to implemente MD5 encoding ( found on the web )


Constructor Summary
Md5()
           
 
Method Summary
static java.lang.String encode(java.lang.String password)
           
static void main(java.lang.String[] args)
          example
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Md5

public Md5()
Method Detail

encode

public static java.lang.String encode(java.lang.String password)
Parameters:
password - the string to encode with MD5 algorithm
Returns:
the encoded string with MD5 algorithm

main

public static void main(java.lang.String[] args)
example